ServiceMarkAllItemsAsRead Method (IListFolderId, Boolean, Boolean) |
Marks all items as read.
Namespace:
Independentsoft.Exchange
Assembly:
Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntaxpublic IList<Response> MarkAllItemsAsRead(
IList<FolderId> folders,
bool isRead,
bool suppressReadReceipts
)
Public Function MarkAllItemsAsRead (
folders As IList(Of FolderId),
isRead As Boolean,
suppressReadReceipts As Boolean
) As IList(Of Response)
Parameters
- folders
- Type: System.Collections.GenericIListFolderId
The folders. - isRead
- Type: SystemBoolean
if set to true [is read]. - suppressReadReceipts
- Type: SystemBoolean
if set to true [suppress read receipts].
Return Value
Type:
IListResponseIList{Response}.
See Also